ITIMEMediaPlayer::canPause Property

Internet Development Index

Retrieves a value that indicates whether the media file can be paused.

Syntax

HRESULT ITIMEMediaPlayer::get_canPause(VARIANT_BOOL *b);

Parameters

b
Pointer to a variable of type VARIANT_BOOL that receives one of the values listed in Possible Values.

Possible Values

VARIANT_FALSEMedia file cannot be paused.
VARIANT_TRUEMedia file can be paused.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

This property is only relevant for people who are writing a custom player for HTML+TIME (Timed Interactive Multimedia Extensions).